home *** CD-ROM | disk | FTP | other *** search
/ cd-rom express 11 / Cdrom Express 11.iso / Grafisch / Image Enhance 1.4 / posterize.fil < prev    next >
Encoding:
Text File  |  2001-11-07  |  114 b   |  4 lines

  1. 255*(1 + (R1 - 128)/abs(R1 - 128))/2
  2. 255*(1 + (G1 - 128)/abs(G1 - 128))/2
  3. 255*(1 + (B1 - 128)/abs(B1 - 128))/2
  4.